home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1353.dms / var1353.adf / TEXTPLUS / TPP501.lha / TPP / Rexx / UpdatePreview.tpl < prev    next >
Text File  |  1994-01-05  |  246b  |  13 lines

  1. /* Update Preview - Macro */
  2.  
  3. parse arg filename pagenr .
  4. options results
  5.  
  6. if filename == "" then exit
  7.  
  8. /* preview already running? */
  9. if show('P', 'TEXPREVIEW') then do
  10.    address 'TEXPREVIEW' 'ToFront'
  11.    address 'TEXPREVIEW' 'Activate'
  12.    end
  13.